home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Bus / A / 4D Feb Etrnls.cpt / Feb.Ext.rsrc / 4DTE_15011 < prev    next >
Text File  |  1988-02-16  |  1KB  |  19 lines

  1. DiskInfos(Var1;Var2;Var3;Var4;Var5;Var6;Var7;Var8;Var9;Var10)
  2.    Var1 is an alphanumeric variable
  3.    Var2...Var4 are date variables
  4.    Var5...Var10 are numeric variabels
  5.  
  6. DiskInfos returns information about the disk whose name is specified by Var1. To get information about the disk of the database, pass an empty string in Var1. To specify another disk, pass its name followed by a semicolon in Var1. 
  7.  
  8. Var1, contains the name of the disk
  9. Var2, contains the date of the initialization.
  10. Var3, contains the date of the last modification.
  11. Var4, contains the date of the last backup.
  12. Var5, contains the time of the initialization expressed in seconds since midnight.
  13. Var6, contains the time of the last modification expressed in seconds since midnight.
  14. Var7, contains the time of the last backup expressed in seconds since midnight.
  15. Var8, contains 1 if the disk is an HFS disk, 0 if the disk is a MFS disk.
  16. Var9, contains the number of files found on the disk.
  17. Var10, contains the free space in bytes on the disk.
  18.  
  19. If the disk does not exist, Var8 is equal to -1.